SetEffectivePropertyValueForNodeRequest

data class SetEffectivePropertyValueForNodeRequest(nodeId: NodeId, propertyName: String, value: String)

Represents request frame that can be used with CSS#setEffectivePropertyValueForNode operation call.

Find a rule with the given active property for the given node and set the new value for this property

See also

Constructors

SetEffectivePropertyValueForNodeRequest
Link copied to clipboard
fun SetEffectivePropertyValueForNodeRequest(nodeId: NodeId, propertyName: String, value: String)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
The element id for which to set property.
propertyName
Link copied to clipboard
val propertyName: String
value
Link copied to clipboard
val value: String

Sources

jvm source
Link copied to clipboard